Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Activating link between spell checker and contents?

It seems like eclipse in general is able to activate a link between the spell checker functionality and the contents.

This means that when a word is misspelled (and marked by red in the editor) it is possible to lookup suggestions - just like I can do with the word "lookup" in this text.
I can right click and see different suggestions for what can be wrong.
In this case I can see that it should be two words (lookup -> look up).

How do I enable this functionality in the spell checker in RTC??

0 votes



One answer

Permanent link
This how I got spell checker working In RTC 4.0.3:
1. Download a dictionary file (I sourced this from http://aspell.net)
e.g: ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2
2. Extract the dictionary-library.tar.bz2 file.
e.g: tar -xvf aspell6-en-7.1-0.tar.bz2
3. All dictionary files are compressed with extension .cwl.
Run preunzip language-cwl-file to uncompress to .wl file (flat file)
e.g: preunzip en_GB-variant_0.cwl creates en_GB-variant_0.wl
4. In RTC client, go to Window > Preferences > [type spell] and select Spelling
5. Ensure Enable Spell Checking is checked and in User defined dictionary field browse to dictionary-.wl file
6. Apply, Save and Restart client

Now when a word has a red line under it place cursor in the misspelled word and hit Ctrl+1 for spelling suggestions.

Ref:
Install Spell checker in Eclipse: http://www.javalobby.org/java/forums/t17453.html
Utilize the spell checker in RTC: http://www.samecs.com/how_do_i/Rational%20Team%20Concert/Rational%20Team%20Concert%20how%20do%20I.htm#_Toc243349307

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 19 '12, 7:32 a.m.

Question was seen: 7,667 times

Last updated: Sep 06 '13, 8:30 a.m.

Confirmation Cancel Confirm